home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hight-d.swf / scripts / frame_112 / PlaceObject2_181_206 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-10-01  |  142 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.balls < 1)
  3.    {
  4.       tellTarget("../")
  5.       {
  6.          gotoAndStop("levelup");
  7.       }
  8.    }
  9. }
  10.